home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 034a / cdcomsig.zip / ERRORS.DOC < prev    next >
Text File  |  1991-08-04  |  5KB  |  99 lines

  1.  
  2. Supplemental Doc File for CdCom
  3.  
  4. The following is a list of the error numbers that can be generated by
  5. CdCom when encountering an error.  CdCom will write this information to
  6. the cdcom.log file and also to critical.log in the form of
  7.  
  8. Error # at Program Counter #
  9.  
  10. The program counter is used internally by the compiler, if you cannot seem
  11. to get the program to work even with the below information then call me
  12. and I'll enter this number into the compiler and it will pin-point the
  13. problem.
  14.  
  15. A Erdev and Erdev$ may be returned also, this if not 0 or blank will
  16. have the drive number and driver letter respectively of the drive
  17. that caused the error.  This will usually have your cdrom drive letter
  18. if there are problems accessing the drive.  Most errors besides 71 and
  19. 72 will have a 0 and a blank for these, and are not needed.
  20.  
  21. The error #'s go as follows:
  22.  
  23. Note: PE stands for programmers error.  Call me and let me know the problem.
  24.  
  25. Error  3 - Return without a Gosub.  PE.
  26. Error  5 - Illegal Function Call.  A multitude of things can cause this
  27.            error.  Make sure you have the program properly configured.
  28.            If so, and it still bombs, then give me a call.
  29. Error  6 - Numeric Overflow.  CdCom attempted a calculation that overflowed
  30.            the variable it was storing the result in.  PE.
  31. Error  7 - Out of Memory.  Either from too large of an array or too large
  32.            of a string.  Try freeing up some memory and see if that fixes
  33.            the problem.  This could also happen when it tries to shell to
  34.            dsz or the view programs.
  35. Error 9,10 - Array Errors, PE.
  36. Error 11 - Division by Zero.  Either PE or protocol.def not configured
  37.            correctly.
  38. Error 14 - Out of String Space.  PE or not enough free memory.
  39. Error 15 - String too Long.  PE.
  40. Error 24 - Device Timeout.  A com port error.  Insure com port is configured
  41.            properly.
  42. Error 25 - Device Fault.  Hardware device.
  43. Error 27 - Printer out of paper.
  44. Error 50 - Field Overflow.  PE.
  45. Error 51 - Internal Error.  Call me ASAP as this is a major problem.
  46. Error 53 - File Not Found.  Insure you have CdCom configured properly, and
  47.            that all work files are where you told the program they would be.
  48. Error 52, 54, 55 - Internal File Handling Errors.  PE.
  49. Error 57 - Device I/O error.  A serious hardware error occured.
  50. Error 61 - Disk Full.  Ran out of disk space when writing to a file.
  51. Error 62 - Input Past End.  Error occured when reading in a file that CdCom
  52.            expected more data in.  Insure all configuration files are
  53.            correct.  This should not be a PE, as these would have been
  54.            found during testing.
  55. Error 63, 64 - File access errors.  PE.
  56. Error 67 - Too many files.  A dos error.
  57. Error 68 - Device Unavailable.  Tried to access a device that is not there.
  58. Error 69 - Comm buffer overflow.
  59. Error 70 - Permission denied.  Attempted to write to a protected floppy.
  60. Error 71 - Disk not ready.  Either no disk or a timeout error.
  61. Error 72 - Disk media error,  as reported by the controller.  It may also
  62.            occur if there is a problem reading the cdrom disk, which does not
  63.            mean there is a defect on the disk just an error reading the data
  64.            from the disk, which happens frequently I've found.  Try cleaning
  65.            the lens on the cdrom drive if this happens frequently.   
  66. Error 73 - Feature not available.  This should only happen if you are running
  67.            a dos version less than 3.X, since all files are opened in share
  68.            mode, which is a dos 3.X and above feature.  Dos 2.X or less does
  69.            not support these type of functions.
  70. Error 75 - Path/File access error.  Incorrect drive or path in one of the
  71.            configuration files most likely, although could be PE.  It will
  72.            also get this error if the file has the read-only attribute set,
  73.            although this won't happen for all the files.  If you are sure you
  74.            have your setup correct then check the file attributes.  Makexrf
  75.            will also give this error when converting the description file(s)
  76.            to the master list format if they are read-only.  Some cdrom drivers
  77.            do not change the attribute when copying files over.
  78. Error 76 - Path not found.  Cannot find drive or path specified in one of the
  79.            configuration files most likely, although could be PE.
  80. Error 201 - Out of stack space.  PE.
  81. Error 242 - String/array memory corrupt.  Could be PE or a glitch caused it.
  82.  
  83. If you find you are getting Abort, Fail, etc. errors while in the door
  84. it may be due to a dirty lens on the cdrom drive.  Computer cdrom drives
  85. are much more sensitive to this than the audio cd players, so you have to
  86. watch this.  Also, if you notice the file access times slowing down when
  87. reading the cdrom drive this is another key indication, or the cdrom disk
  88. is dirty.  I don't know the best method for cleaning the disk, but a dry
  89. cotton swab rubbed lightly across the lens to get rid of dust works just
  90. fine, or use a commercial cd cleaner.  I usually just clean my disks with
  91. a clean soft cloth, without heavy rubbing.  
  92.  
  93. My home # is 805-987-2110, pacific time so be considerate about the time
  94. if you call.  I do keep hacker hours on weekends, but have school during
  95. the week so may or may not be up at weird hours.  
  96.  
  97. Eric Schonning
  98.  
  99.